projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
25c6d44
)
Really fix typo.
author
Chong Yidong
<cyd@stupidchicken.com>
Sat, 24 Dec 2005 06:52:56 +0000
(06:52 +0000)
committer
Chong Yidong
<cyd@stupidchicken.com>
Sat, 24 Dec 2005 06:52:56 +0000
(06:52 +0000)
lisp/cus-edit.el
patch
|
blob
|
history
diff --git
a/lisp/cus-edit.el
b/lisp/cus-edit.el
index 8034d23a5e0b11c18b7988fc5cb6ffea060826ba..a7758129797dc5764ccf3f90bcd46ce7e35185d1 100644
(file)
--- a/
lisp/cus-edit.el
+++ b/
lisp/cus-edit.el
@@
-2724,8
+2724,7
@@
Optional EVENT is the location for the menu."
(put symbol 'saved-value
(list (custom-quote (widget-value child))))
(custom-push-theme 'theme-value symbol 'user
- 'set (custom-quote (widget-value
- child)))
+ 'set (widget-value child))
(funcall set symbol (widget-value child))
(put symbol 'variable-comment comment)
(put symbol 'saved-variable-comment comment)))